@charset "utf-8";
html {
  color: #000;
  background: #ffffff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000000;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.lfloat {
  float: left;
}
.rfloat {
  float: right;
}
.inputmiddle {
  font-family: Tahoma;
}
.inputmiddle input {
  vertical-align: middle;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pas {
  padding: 5px;
}
.pam {
  padding: 10px;
}
.pal {
  padding: 20px;
}
.pts {
  padding-top: 5px;
}
.ptm {
  padding-top: 10px;
}
.ptl {
  padding-top: 20px;
}
.prs {
  padding-right: 5px;
}
.prm {
  padding-right: 10px;
}
.prl {
  padding-right: 20px;
}
.pbs {
  padding-bottom: 5px;
}
.pbm {
  padding-bottom: 10px;
}
.pbl {
  padding-bottom: 20px;
}
.pls {
  padding-left: 5px;
}
.plm {
  padding-left: 10px;
}
.pll {
  padding-left: 20px;
}
.phs {
  padding-right: 5px;
  padding-left: 5px;
}
.phm {
  padding-right: 10px;
  padding-left: 10px;
}
.phl {
  padding-right: 20px;
  padding-left: 20px;
}
.pvs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pvm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pvl {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mas {
  margin: 5px;
}
.mam {
  margin: 10px;
}
.mal {
  margin: 20px;
}
.mts {
  margin-top: 5px;
}
.mtm {
  margin-top: 10px;
}
.mtl {
  margin-top: 20px;
}
.mrs {
  margin-right: 5px;
}
.mrm {
  margin-right: 10px;
}
.mrl {
  margin-right: 20px;
}
.mbs {
  margin-bottom: 5px;
}
.mbm {
  margin-bottom: 10px;
}
.mbl {
  margin-bottom: 20px;
}
.mls {
  margin-left: 5px;
}
.mlm {
  margin-left: 10px;
}
.mll {
  margin-left: 20px;
}
.mhs {
  margin-right: 5px;
  margin-left: 5px;
}
.mhm {
  margin-right: 10px;
  margin-left: 10px;
}
.mhl {
  margin-right: 20px;
  margin-left: 20px;
}
.mvs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mvm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mvl {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fss {
  font-size: 10px;
}
.fsm {
  font-size: 12px;
}
.fsl {
  font-size: 14px;
}
.fsxl {
  font-size: 17px;
}
.fsxxl {
  font-size: 19px;
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}
.fcb {
  color: #333333;
}
.fcg {
  color: #808080;
}
.fcw {
  color: #ffffff;
}
.ico_arrow {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.ico_arrow .before,
.ico_arrow .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent;
  _border-color: #ff6347;
  _filter: chroma(color=#ff6347);
  border-style: solid;
  overflow: hidden;
}
.placeholder {
  position: relative;
}
.placeholder label {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  line-height: 16px;
  color: #dddddd;
  cursor: text;
}
.ie6PosFix {
  background-image: url(about:blank);
  background-attachment: fixed;
}
.slide_inner {
  position: relative;
  overflow: hidden;
}
.slide_inner ul {
  position: relative;
  left: 0;
  top: 0;
}
.slide_inner li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.slide_inner .item_active {
  display: block;
}
.slide_focus {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.slide_focus span {
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  cursor: pointer;
}
.slide_control {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}
.nav_tabs li {
  cursor: pointer;
}
.tab_pane {
  display: none;
}
.pane_active {
  display: block;
}
.bubble {
  display: none;
  position: absolute;
}
.bubble .inner {
  padding: 2px 5px;
  background: #000;
  border-radius: 3px;
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
}
.bubble .ico_arrow {
  position: absolute;
}
.bubble_top {
  padding: 4px 0;
}
.bubble_top .ico_arrow {
  bottom: 1px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 4px;
}
.bubble_top .ico_arrow .before,
.bubble_top .ico_arrow .after {
  border-width: 4px 4px 0;
  border-top-color: #000000;
}
.bubble_top .ico_arrow .after {
  top: -1px;
}
.bubble_right {
  padding: 0 4px;
}
.bubble_right .ico_arrow {
  top: 50%;
  left: 1px;
  margin-top: -4px;
  width: 4px;
  height: 8px;
}
.bubble_right .ico_arrow .before,
.bubble_right .ico_arrow .after {
  border-width: 4px 4px 4px 0;
  border-right-color: #000000;
}
.bubble_right .ico_arrow .after {
  left: 1px;
}
.bubble_bottom {
  padding: 4px 0;
}
.bubble_bottom .ico_arrow {
  top: 1px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 4px;
}
.bubble_bottom .ico_arrow .before,
.bubble_bottom .ico_arrow .after {
  border-width: 0 4px 4px;
  border-bottom-color: #000000;
}
.bubble_bottom .ico_arrow .after {
  top: 1px;
}
.bubble_left {
  padding: 0 4px;
}
.bubble_left .ico_arrow {
  top: 50%;
  right: 1px;
  margin-top: -4px;
  width: 4px;
  height: 8px;
}
.bubble_left .ico_arrow .before,
.bubble_left .ico_arrow .after {
  border-width: 4px 0 4px 4px;
  border-left-color: #000000;
}
.bubble_left .ico_arrow .after {
  left: -1px;
}
.bubble_form .inner {
  background-color: #be4b49;
  border: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(139, 3, 0, 0.75), 0 1px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 1px rgba(139, 3, 0, 0.75), 0 1px 10px rgba(0, 0, 0, 0.35);
}
.bubble_form .ico_arrow {
  left: 0;
  margin-left: 12px;
}
.bubble_form .ico_arrow .before,
.bubble_form .ico_arrow .after {
  border-top-color: #be4b49;
}
.dropdown {
  position: relative;
}
.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.hover .dropdown_menu {
  display: block;
}
@font-face {
  font-family: "icond";
  src: url('http://css.cdn8.cn/pd/lib/css/basic/0.1/iconfont/iconfont.eot');
  src: url('http://css.cdn8.cn/pd/lib/css/basic/0.1/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('http://css.cdn8.cn/pd/lib/css/basic/0.1/iconfont/iconfont.woff') format('woff'), url('http://css.cdn8.cn/pd/lib/css/basic/0.1/iconfont/iconfont.ttf') format('truetype'), url('http://css.cdn8.cn/pd/lib/css/basic/0.1/iconfont/iconfont.svg#icond') format('svg');
}
.icond {
  font-family: "icond" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-iconfontcheck:before {
  content: "\e600";
}
.icon-iconfontclose:before {
  content: "\e601";
}
.icon-iconfontfold:before {
  content: "\e602";
}
.icon-iconfontleft:before {
  content: "\e603";
}
.icon-iconfontright:before {
  content: "\e604";
}
.icon-iconfontunfold:before {
  content: "\e605";
}
.icon-iconfontadd:before {
  content: "\e606";
}
.icon-iconfontfold2:before {
  content: "\e607";
}
.icon-iconfontunfold2:before {
  content: "\e608";
}
/*# sourceMappingURL=maps/mixins.css.map */
.modal_front {
  border: 1px solid #ff6202;
}
.modal_front .modal_title {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #ff8c29, #ff6101);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8c29), to(#ff6101));
  background-image: linear-gradient(180deg, #ff8c29 0, #ff6101);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#FF8C29", endColorstr="#FF6101", gradientType=0);
  background-repeat: repeat-x;
}
.modal_front .modal_title h4 {
  line-height: 20px;
}
.modal_front .modal_title .close {
  color: #fff;
}
.modal_front .modal_content {
  padding: 0;
}
.modal_front .selectbox_inner .module_bd .list {
  border: 1px solid #ff6202;
}
.modal-front {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  border-radius: 1px;
}
.modal-front .modal-title {
  padding: 0 18px;
  line-height: 42px;
  background-color: #f6f6f6;
}
.modal-front .modal-title h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
}
.modal-front .modal-content {
  padding: 0;
}
.modal_ent {
  border: 1px solid #126abd;
}
.modal_ent .modal-title,
.modal_ent .modal_title {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #49a8ed, #4881cb);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49a8ed), to(#4881cb));
  background-image: linear-gradient(180deg, #49a8ed 0, #4881cb);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#49A8ED", endColorstr="#4881CB", gradientType=0);
  background-repeat: repeat-x;
}
.modal_ent .modal-title h4,
.modal_ent .modal_title h4 {
  line-height: 20px;
}
.modal_ent .modal-title .close,
.modal_ent .modal_title .close {
  color: #fff;
}
.modal_ent .modal-content,
.modal_ent .modal_content {
  padding: 0;
}
.modal_ent .selectbox_inner .module_bd .list {
  border: 1px solid #49a3e9;
}
.list_backdrop {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.selectbox * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.selectbox ul {
  list-style: none;
}
.selectbox .tab_pane {
  display: none;
}
.selectbox .pane_active {
  display: block;
}
.selectbox .inputmiddle {
  line-height: 18px;
}
.selectbox .inputmiddle label {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  padding-left: 14px;
  font-weight: bold;
}
.selectbox .inputmiddle label.checkbox-inline input[type=checkbox] {
  margin-left: -15px;
}
.selectbox .inputmiddle .label {
  background: none;
  padding-left: 0;
}
.selectbox .inputmiddle .checked {
  background-position: 0 -37px;
}
.selectbox .inputmiddle .checked-disabled {
  background-position: 0 -117px;
  cursor: no-drop;
}
.selectbox .inputmiddle .disabled {
  background-position: 0 -77px;
  cursor: no-drop;
}
.selectbox .column {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: -6px;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.selectbox .mr0 {
  padding: 0 5px;
}
.selectbox_title {
  position: relative;
  padding: 8px 10px;
  white-space: nowrap;
}
.selectbox_title input[type=text]::-ms-clear {
  display: none;
}
.selectbox_title .max-height {
  height: 90px;
}
.selectbox_title .tit {
  line-height: 36px;
  display: block;
}
.selectbox_title .actions,
.selectbox_title .inputmiddle,
.selectbox_title .search,
.selectbox_title .tit {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.selectbox_title .inputmiddle {
  margin-right: 5px;
}
.selectbox_title .search {
  float: none;
  width: auto;
  margin: 0;
}
.selectbox_title .selectbox_search_input {
  line-height: 17px;
  width: 120px;
  padding: 4px 24px 4px 4px;
  border: 1px solid #ccc;
}
.selectbox_title .select {
  overflow: auto;
  max-height: 90px;
  padding: 0 15px;
  white-space: normal;
  _white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.selectbox_title .select:before {
  display: table;
  content: "";
}
.selectbox_title .select .inputmiddle {
  white-space: normal;
}
.selectbox_title .select i {
  font-style: normal;
}
.selectbox_title .actions a {
  line-height: 36px;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}
.selectbox_title .actions .ok {
  color: #fff;
  border-radius: 4px;
  background: #f90;
}
.selectbox_title .actions .btn_clear {
  color: #9e9d9d;
}
.selectbox_title .search .btn_clear {
  position: absolute;
  top: 50%;
  right: 10px;
  display: none;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  cursor: pointer;
  background: url("../img/job/search/icon_selectbox_1.png") left -200px no-repeat;
}
.selectbox_inner {
  padding: 5px 12px;
  background-color: #eee;
}
.selectbox_inner .module_bd {
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
}
.selectbox_inner .module_bd .item {
  position: relative;
  margin-bottom: 8px;
  color: #000;
}
.selectbox_inner .module_bd .item:hover {
  z-index: 3;
}
.selectbox_inner .module_bd .item:hover .list {
  display: block;
}
.selectbox_inner .module_bd .plus {
  line-height: 18px;
  display: block;
  overflow: hidden;
  padding-left: 17px;
  text-overflow: ellipsis;
  word-wrap: normal;
  background: url("../img/job/search/icon_selectbox_1.png") left -158px no-repeat;
}
.selectbox_inner .module_bd .list {
  position: absolute;
  z-index: 3;
  top: -11px;
  left: -11px;
  display: none;
  padding: 10px;
  color: #000;
  background: #f3f3f3;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.selectbox_inner .module_bd .list .inputmiddle {
  margin-bottom: 5px;
}
.selectbox_inner .module_bd .list .column {
  margin-bottom: -5px;
}
.selectbox_inner .module_bd .hover {
  z-index: 3;
}
.selectbox_inner .module_bd .hover .list {
  display: block;
}
.selectbox_inner .module_bd .list_hd {
  font-weight: 700;
  margin-bottom: 5px;
}
.ie8 .selectbox_inner .module_bd .list {
  border: 1px solid #bcbcbc;
}
.selectbox_bubble {
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: none;
  width: 230px;
  margin-top: -25px;
  margin-left: -125px;
  text-align: center;
  color: #fff;
  background: #f90;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.5);
}
.selectbox_bubble_show {
  display: block;
}
.modal_healthr .modal-title,
.modal_healthr .modal-title,
.modal_healthr .modal_title,
.modal_healthr .modal_title {
  color: #fff;
  border-bottom: 0;
  background: #09917d;
}
.modal_healthr .modal-title h4,
.modal_healthr .modal-title h4,
.modal_healthr .modal_title h4,
.modal_healthr .modal_title h4 {
  font-size: 16px;
}
.modal_healthr .modal-title .close,
.modal_healthr .modal-title .close,
.modal_healthr .modal_title .close,
.modal_healthr .modal_title .close {
  color: #fff;
}
.modal_healthr .modal-content,
.modal_healthr .modal-content,
.modal_healthr .modal_content,
.modal_healthr .modal_content {
  padding: 0;
}
.selectbox_top .section_hd {
  display: none;
}
.selectbox_top .module {
  *zoom: 1;
}
.selectbox_top .module:after,
.selectbox_top .module:before {
  display: table;
  content: "";
}
.selectbox_top .module:after {
  clear: both;
}
.selectbox_top .module_bd,
.selectbox_top .module_hd {
  float: left;
}
.selectbox_top .module_hd {
  padding-top: 16px;
  padding-right: 16px;
  width: 80px;
}
.selectbox_top .module_bd .item {
  width: 140px;
}
.selectbox_healthr .column {
  margin-right: 0;
}
.selectbox_healthr .s-placeholder {
  position: relative;
}
.selectbox_healthr .s-placeholder label {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  line-height: 16px;
  color: #ddd;
  cursor: text;
}
.selectbox_healthr .selectbox_title {
  background: #f3f3f3;
}
.selectbox_healthr .selectbox_title .inputmiddle {
  margin-right: 12px;
}
.selectbox_healthr .selectbox_inner {
  padding: 0;
  background: none;
}
.selectbox_healthr .selectbox_inner .inner_search {
  display: none;
}
.selectbox_healthr .selectbox_inner .inner_search .section_hd {
  margin-top: -72px;
}
.selectbox_healthr .selectbox_inner .inner_search .section_bd {
  min-height: 200px;
  _height: 200px;
}
.selectbox_healthr .selectbox_inner .inner_search .inputmiddle {
  white-space: normal;
}
.selectbox_healthr .selectbox_inner .section {
  position: relative;
  width: 652px;
}
.selectbox_healthr .selectbox_inner .section_hd {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  margin-top: -24px;
  padding: 0 12px;
  text-align: center;
  color: #fff;
}
.selectbox_healthr .selectbox_inner .section_hd span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #000;
}
.selectbox_healthr .selectbox_inner .section_bd {
  margin-left: 48px;
}
.selectbox_healthr .selectbox_inner .section_1 {
  background: #09917d;
}
.selectbox_healthr .selectbox_inner .section_1 .section_bd {
  background: #daedeb;
}
.selectbox_healthr .selectbox_inner .section_2 {
  background: #f90;
}
.selectbox_healthr .selectbox_inner .section_2 .section_bd {
  background: #fef1e8;
}
.selectbox_healthr .selectbox_inner .section_3 .section_hd {
  display: none;
}
.selectbox_healthr .selectbox_inner .section_sch {
  background: #09917d;
}
.selectbox_healthr .selectbox_inner .section_sch .section_hd {
  margin-top: -72px;
}
.selectbox_healthr .selectbox_inner .section_sch .section_bd {
  min-height: 480px;
  background: #daedeb;
  _height: 480px;
}
.selectbox_healthr .selectbox_inner .section_sch .module_hd {
  font-weight: 700;
  width: 120px;
  color: #079c86;
}
.selectbox_healthr .selectbox_inner .module {
  position: static;
  width: 588px;
  padding: 0 6px 0 10px;
  *zoom: 1;
}
.selectbox_healthr .selectbox_inner .module:after,
.selectbox_healthr .selectbox_inner .module:before {
  display: table;
  content: "";
}
.selectbox_healthr .selectbox_inner .module:after {
  clear: both;
}
.selectbox_healthr .selectbox_inner .module label i {
  font-style: normal;
  color: red;
}
.selectbox_healthr .selectbox_inner .module_1 {
  border-top: none;
}
.selectbox_healthr .selectbox_inner .module_hd {
  width: 80px;
  position: static;
  margin-top: 0;
}
.selectbox_healthr .selectbox_inner .module_bd,
.selectbox_healthr .selectbox_inner .module_hd {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}
.selectbox_healthr .selectbox_inner .module_bd .item {
  width: 127px;
  color: #079c86;
}
.selectbox_healthr .selectbox_inner .module_bd .plus {
  background-position: 0 -237px;
}
.selectbox_healthr .selectbox_inner .list {
  border: 1px solid #079c86;
}
.selectbox_healthr .selectbox_inner .list_bd {
  padding-left: 8px;
}
.selectbox_healthr .selectbox_inner .list_bd .column {
  margin-right: 20px;
}
.selectbox_healthr .selectbox_inner .inner_all .section_1 .module_1 .module_hd {
  padding-top: 36px;
}
.selectbox_healthr .selectbox_inner .inner_all .section_2 .module_1 .module_hd {
  padding-top: 14px;
}
.selectbox_doctor_inner {
  width: 845px;
}
.selectbox_doctor_inner input {
  vertical-align: middle;
}
.modal_doctor .modal-content,
.modal_doctor .modal_content {
  padding: 6px;
  background: #00453a;
}
.selectbox_doctor .selectbox_title {
  background-color: #f4f7ee;
}
.selectbox_doctor .selectbox_title .inputmiddle {
  margin-right: 12px;
}
.selectbox_doctor .selectbox_inner {
  padding: 0;
  background: none;
}
.selectbox_doctor .selectbox_inner .inputmiddle {
  white-space: nowrap;
  height: 18px;
  overflow: hidden;
}
.selectbox_doctor .selectbox_inner .section {
  float: left;
}
.selectbox_doctor .selectbox_inner .section_hd {
  float: left;
  text-align: center;
}
.selectbox_doctor .selectbox_inner .section_hd h2 {
  width: 22px;
  height: 462px;
  margin: 1px;
  padding: 2px 3px 0;
  cursor: pointer;
  color: #fff;
  background-color: #089279;
}
.selectbox_doctor .selectbox_inner .section_hd h2 span {
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1.4;
}
.selectbox_doctor .selectbox_inner .section_bd {
  float: left;
  overflow: hidden;
  width: 0;
  height: 466px;
  opacity: 0;
  background-color: #f4f7ee;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.active .selectbox_doctor .selectbox_inner .section_bd {
  width: 695px;
  opacity: 1;
  background-color: #fff;
}
.selectbox_doctor .selectbox_inner .section_bd table {
  table-layout: fixed;
}
.selectbox_doctor .selectbox_inner .section_bd table td {
  line-height: 18px;
  height: 18px;
  vertical-align: top;
}
.selectbox_doctor .selectbox_inner .section_bd .inputmiddle {
  display: block;
  float: left;
}
.selectbox_doctor .selectbox_inner .section_bd .inputmiddle-box {
  padding-left: 8px;
}
.selectbox_doctor .selectbox_inner .medical_title {
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  background-color: #ecf0df;
  padding-left: 3px;
}
.selectbox_c_city_en .inputmiddle {
  *white-space: normal;
}
.modal_bankhr {
  border: 1px solid #834101;
}
.modal_bankhr .modal-title,
.modal_bankhr .modal_title {
  background-image: -webkit-linear-gradient(top, #fff3a3, #fdb91e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3a3), to(#fdb91e));
  background-image: linear-gradient(180deg, #fff3a3 0, #fdb91e);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#fff3a3", endColorstr="#fdb91e", gradientType=0);
  background-repeat: repeat-x;
  border-bottom-color: #834101;
}
.modal_bankhr .modal-content,
.modal_bankhr .modal_content {
  padding: 0;
}
.selectbox_bankhr {
  background-color: #f6f6f6;
}
.selectbox_bankhr .selectbox_inner {
  background-color: #f6f6f6;
  padding-bottom: 12px;
}
.selectbox_bankhr .inputmiddle label {
  padding: 0 5px;
  background: none;
  color: #333;
}
.selectbox_bankhr .inputmiddle label:hover {
  background-color: #fddfa7;
}
.selectbox_bankhr .inputmiddle label.checked {
  background: #efa00d;
  color: #fff;
}
.selectbox_bankhr .inputmiddle label.checked-disabled {
  background: none;
  color: #9e9e9e;
}
.selectbox_bankhr .inputmiddle label.label {
  background: none;
  cursor: no-drop;
}
.selectbox_bankhr .b700 label {
  font-weight: 700;
}
.selectbox_bankhr .select .inputmiddle {
  margin-bottom: 5px;
}
.selectbox_bankhr .select .inputmiddle label {
  padding: 0 9px;
  border-radius: 8px;
  line-height: 25px;
}
.selectbox_bankhr_inner {
  width: 838px;
}
.selectbox_bankhr_inner .selectbox_bankhr_nav_tabs {
  padding: 0;
}
.selectbox_bankhr_inner .selectbox_bankhr_nav_tabs li {
  float: left;
  padding: 0 12px;
  line-height: 25px;
  color: #333;
  font-weight: 700;
  cursor: pointer;
}
.selectbox_bankhr_inner .selectbox_bankhr_nav_tabs .tab_active {
  border: 1px solid #f60;
  border-bottom: none;
  position: relative;
  top: 1px;
  z-index: 2;
  background-color: #fff;
  color: #f60;
}
.selectbox_bankhr_inner .tab_pane {
  padding: 18px;
  border: 1px solid #f60;
  background-color: #fff;
}
.selectbox_bankhr_inner .list {
  *zoom: 1;
}
.selectbox_bankhr_inner .list:after,
.selectbox_bankhr_inner .list:before {
  display: table;
  content: "";
}
.selectbox_bankhr_inner .list:after {
  clear: both;
}
.selectbox_bankhr_inner .inputmiddle {
  margin-bottom: 5px;
}
.selectbox_bankhr_inner .list_bd,
.selectbox_bankhr_inner .list_hd {
  float: left;
}
.selectbox_bankhr_inner .list_hd {
  width: 100px;
  color: #333;
  font-weight: 700;
}
.selectbox_bankhr_inner .list_bd {
  width: 700px;
}
.selectbox_bankhr_inner .list_bd .inputmiddle {
  float: left;
  width: 20%;
  height: 18px;
}
.selectbox_bankhr_inner .ft_title {
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  margin: 5px 0 10px;
}
.selectbox_bankhr_inner .ft_title span {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  top: 8px;
  line-height: 1.2;
  background-color: #f6f6f6;
  color: #999;
}
.selectbox_bankhr_inner .ft_tab_panes .tab_pane {
  padding: 4px 18px 0;
  *zoom: 1;
}
.selectbox_bankhr_inner .ft_tab_panes .tab_pane:after,
.selectbox_bankhr_inner .ft_tab_panes .tab_pane:before {
  display: table;
  content: "";
}
.selectbox_bankhr_inner .ft_tab_panes .tab_pane:after {
  clear: both;
}
.selectbox_bankhr_inner .ft_tab_panes .inputmiddle {
  float: left;
  margin-right: 5px;
}
.selectbox_bankhr_inner .ft_tab_panes .inputmiddle label {
  white-space: nowrap;
}
.selectbox_modules .selectbox_inner {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
.selectbox_modules .module {
  position: relative;
  padding: 5px 12px;
}
.selectbox_modules .module_hd {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -9px;
}
.selectbox_modules .module_bd {
  padding: 0 0 0 100px;
}
/*-----三角形-----*/
.search_arrow {
  position: absolute;
  left: 17px;
  top: 40px;
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../img/job/search/search_tag_bg.gif) no-repeat 0 0;
}
/*-----下属箭头-----*/
.branch_arrow {
  position: absolute;
  left: 31px;
  _left: 15px;
  top: 75px;
  width: 17px;
  height: 70px;
}
/*-----表单-----*/
.search_select {
  background: #eee;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-top: 3px solid #3f6dd4;
}
.search_select a {
  color: #000;
}
.search_select a:hover {
  text-decoration: none;
  color: #ff781e;
}
.search_select input.se_name {
  width: 100%;
  height: 33px;
  line-height: 28px;
  padding-left: 5px;
  border: none;
  background: url(../img/job/search/search_bg.png) no-repeat 0px -115px;
}
.search_select label.job_style {
  margin-left: 17px;
  *margin-left: 10px;
}
.search_select span.text {
  margin-right: 5px;
}
.search_select span.branch {
  display: block;
  margin-top: 15px;
  padding-left: 38px;
}
.search_select .search_form {
  position: relative;
  padding: 0 15px;
  overflow: auto;
  width: 100%;
}
.search_select .search_form .table_wrap {
  width: 1000px;
  margin: auto;
  padding-bottom: 20px;
}
.search_select .search_form a.pop_bg {
  display: inline-block;
  float: left;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  background: url(../img/job/search/search_bg.png) no-repeat 0px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_select .search_form a.branch_bg {
  display: inline-block;
  float: left;
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin-left: 38px;
  padding-left: 10px;
  background: url(../img/job/search/search_bg.png) no-repeat 0px -82px;
}
.search_select .search_form a.condition {
  display: block;
  float: left;
  padding: 15px 0 0 18px;
}
.search_select .search_form a.active {
  font-weight: bold;
}
.search_select .search_form select {
  width: 296px;
  line-height: 27px;
  padding: 4px 3px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.search_select .search_form select .longse {
  width: 298px !important;
}
.search_select .search_form table td {
  width: 320px;
  height: 40px;
}
.search_select .search_form span.bm {
  display: block;
  margin-top: 24px;
  line-height: 16px;
}
.search_select .search_form input {
  vertical-align: middle;
}
.search_select .search_form .grey,
.search_select .search_form .btn_realm_ban,
.search_select .search_form .btn_direct_ban,
.search_select .search_form .funtype_disabled,
.search_select .search_form .realm_disabled,
.search_select .search_form .realm_ban,
.search_select .search_form .direct_ban {
  color: #aaa;
}
.search_select .search_form .grey:hover,
.search_select .search_form .btn_realm_ban:hover,
.search_select .search_form .btn_direct_ban:hover,
.search_select .search_form .funtype_disabled:hover,
.search_select .search_form .realm_disabled:hover,
.search_select .search_form .realm_ban:hover,
.search_select .search_form .direct_ban:hover {
  color: #aaa;
}
.search_select .search_btn {
  margin: 10px 0 12px;
  position: relative;
  text-align: center;
  height: 40px;
}
.search_select .search_btn .first_srh {
  font-size: 18px;
  padding: 8px 30px;
  background: #3f6dd4;
  color: #fff;
}
.search_select .search_btn .first_srh:hover {
  background: #26417f;
}
.search_select .search_btn .srh_btn {
  display: block;
  width: 138px;
  height: 45px;
  margin: 0 auto;
  background: url(../img/job/search/new_srh_btn.gif) no-repeat 0px 0px;
}
.search_select .search_btn .srh_btn:hover {
  background-position: 0px -45px;
}
.search_select .search_btn a.srh_btn span {
  display: inline-block;
  width: 100px;
  height: 45px;
  cursor: pointer;
}
.search_select .search_btn a.srh_btn var {
  display: inline-block;
  width: 37px;
  height: 45px;
  cursor: pointer;
}
.job-detailed .job-box {
  border: 1px solid #bbb;
  border-top: 3px solid #3f6dd4;
  padding: 10px;
  margin-bottom: 20px;
}
.job-detailed .job-header {
  line-height: 40px;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 12px;
  font-size: 16px;
}
.job-detailed .job-header h4 {
  font-weight: normal;
  font-size: 16px;
}
.job-detailed .job-txt {
  padding: 10px 15px;
  color: #636363;
  line-height: 24px;
}
.job-detailed .job-other {
  padding: 10px 15px;
  line-height: 24px;
  color: #636363;
  overflow: hidden;
}
.job-detailed .job-other > li {
  float: left;
  width: 33.33333333%;
}
.job-detailed .job-other > li a {
  color: #3f6dd4;
  margin-right: 20px;
}
.job-detailed .job-other > li span {
  margin-right: 20px;
}
.job-detailed .job-all {
  text-align: right;
}
.job-detailed .job-all a {
  color: #3f6dd4;
}
.job-detailed .user-header {
  border-bottom: 2px solid #e0dede;
  padding-bottom: 10px;
}
.job-detailed .user-header .name-title {
  padding-left: 12px;
  font-size: 26px;
  font-weight: normal;
  line-height: 54px;
}
.job-detailed .user-header .name_icon {
  display: inline-block;
  width: 86px;
  height: 20px;
  background: url(../img/job/btn.png) no-repeat;
  overflow: hidden;
  position: relative;
  left: 5px;
  top: 0;
}
.job-detailed .user-header .header-body {
  overflow: hidden;
}
.job-detailed .user-header .header-body .apply-time {
  float: left;
  margin-left: 15px;
  color: #7d7e7f;
  line-height: 28px;
}
.job-detailed .user-header .header-body .apply-btn {
  width: 92px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  float: right;
  color: #fff;
  background: url(../img/job/btn.png) no-repeat 0 -20px;
}
.job-detailed .user-header .header-body .salary {
  float: right;
  margin: 0 25px 0 0;
  display: inline;
}
.job-detailed .user-header .header-body .salary span.red {
  color: #f00;
}
.job-detailed .salary-tag {
  padding: 20px 0;
  overflow: hidden;
}
.job-detailed .salary-tag > li {
  float: left;
  width: 75px;
  height: 28px;
  margin: 0 8px 8px 30px;
}
.job-detailed .salary-tag > li .tag-item {
  background: url(../img/job/tag_m.png) repeat-x;
  height: 28px;
  line-height: 28px;
  color: #4f5963;
  position: relative;
}
.job-detailed .salary-tag > li .tag-item:before {
  content: " ";
  background: url(../img/job/tag_l.png) no-repeat;
  width: 25px;
  height: 28px;
  position: absolute;
  left: -25px;
}
.job-detailed .salary-tag > li .tag-item:after {
  content: " ";
  background: url(../img/job/tag_r.png) no-repeat;
  width: 15px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
}
.job-detailed .info-box .info-header {
  height: 36px;
  line-height: 36px;
  background: #f2f0f1;
  padding-left: 12px;
  color: #323232;
  font-size: 18px;
}
.job-detailed .info-box .info-header h3 {
  margin: 0;
  line-height: 36px;
  font-size: 16px;
}
.job-detailed .info-box .info-body {
  padding: 10px 15px;
  color: #636363;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
.job-detailed .info-box .info-body .job-info > li {
  float: left;
  width: 33.33333333%;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-detailed .info-box.company-info .info-header {
  background: #b79f79;
  color: #fff;
}
.job-detailed .info-box.company-info .info-header .title {
  float: left;
  font-size: 16px;
  font-weight: normal;
}
.job-detailed .info-box.company-info .info-header .title a {
  color: #fff;
}
.job-detailed .info-box.company-info .info-header .company-tag {
  float: right;
}
.job-detailed .info-box.company-info .info-header .company-tag > li {
  margin-right: 20px;
  float: left;
  font-size: 14px;
}
.job-detailed .apply_max {
  display: block;
  margin: 0 auto;
  width: 269px;
  height: 54px;
  line-height: 54px;
  background: url(../img/job/btn.png) no-repeat 0 -47px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.job-detailed .bdshare-box {
  z-index: 999999;
  padding-bottom: 2px;
  font-size: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}
.job-detailed .bdshare-box .bdsharebuttonbox {
  float: right;
}
.job-detailed .bdshare-box .bdshare-btn {
  background: url(../img/job/is.png) no-repeat;
  padding: 6px 0 3px 22px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
.job-detailed .bdshare-box .bdshare-btn.bds_qzone {
  background-position: 0 -75px !important;
}
.job-detailed .bdshare-box .bdshare-btn.bds_tsina {
  background-position: 0 -115px !important;
}
.job-detailed .bdshare-box .bdshare-btn.bds_tqq {
  background-position: 0 -235px !important;
}
.job-detailed .bdshare-box .bdshare-btn.bds_renren {
  background-position: 0 -195px !important;
}
.job-detailed .bdshare-box .bdshare-btn.bds_t163 {
  background-position: 0 -715px !important;
}
.job-list .new-title {
  position: relative;
  background: #3f6dd4;
  padding-left: 12px;
}
.job-list .new-title h2 {
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.job-list .new-list > li {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 10px;
}
.job-list .new-list .list-title {
  position: relative;
}
.job-list .new-list .list-title a {
  font-size: 18px;
  color: #3f6dd4;
  font-weight: normal;
  vertical-align: middle;
}
.job-list .new-list .list-txt {
  display: block;
  font-size: 14px;
  color: #343434;
}
.job-list .new-list .list-txt:hover {
  color: #3f6dd4;
}
.job-list .new-list .list-info {
  margin-bottom: 5px;
  font-size: 12px;
}
.job-list .new-list .list-info span {
  width: 180px;
  display: inline-block;
}
.job-list .new-list .list-info span.red {
  color: #f00;
  width: auto;
}
.job-list .new-list .list-info var {
  color: #919191;
  font-style: normal;
  font-weight: 400;
}
.job-list .new-list .list-info strong {
  font-size: 18px;
  font-weight: bold;
}
.job-list .new-list .apply-job {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 115px;
  height: 37px;
  line-height: 37px;
  background: #3f6dd4;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.job-list .new-list .apply-job:hover {
  background: #26417f;
}
.job-sim {
  padding: 5px 0;
}
.job-sim > li {
  width: 100%;
  padding-left: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-sim > li a {
  color: #343434;
}
.job-sim > li a:hover {
  color: #3f6dd4;
}
.job-sim.job-zg {
  padding: 5px 8px;
}
.job-sim.job-zg > li {
  padding-left: 0;
}
#funtype.modal .modal-dialog,
#city_si.modal .modal-dialog {
  width: 750px;
}
#funtype.modal .modal-dialog.modal-city,
#city_si.modal .modal-dialog.modal-city {
  width: 650px;
}
#funtype.modal .modal-content,
#city_si.modal .modal-content {
  overflow: initial;
}
@media (max-width: 768px) {
  .job-detailed .info-box .info-body .job-info > li {
    width: 100%;
  }
  .job-list .new-list .apply-job {
    top: 0px;
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  .job-side {
    display: block!important;
    width: 100%!important;
  }
  #funtype.modal .modal-dialog,
  #city_si.modal .modal-dialog {
    width: auto;
  }
  #funtype.modal .modal-dialog.modal-city,
  #city_si.modal .modal-dialog.modal-city {
    width: auto;
  }
  #funtype.modal .modal-content,
  #city_si.modal .modal-content {
    overflow: auto;
  }
  #funtype.modal .modal-content .modal-body,
  #city_si.modal .modal-content .modal-body {
    width: 100%;
    overflow: auto;
  }
}
